var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(32.7872,-96.7985)};var g_116ce3668c6d5c744252b9a1cb67b8d4 = new google.maps.Geocoder();g_116ce3668c6d5c744252b9a1cb67b8d4.geocode( { 'address': "1824 Abrams Rd, Dallas, TX 75214"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-compass').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-compass'), mapOptions);}document.getElementById('2dc612aa').innerHTML += ' | View Map';var $l116ce3668c6d5c744252b9a1cb67b8d4 = '

Compass

Address: 1824 Abrams Rd, Dallas, TX 75214
Phone: (972) 238-8600
';var m_116ce3668c6d5c744252b9a1cb67b8d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Compass',});m_116ce3668c6d5c744252b9a1cb67b8d4['infowindow'] = new google.maps.InfoWindow({content: $l116ce3668c6d5c744252b9a1cb67b8d4});var infowindow = new google.maps.InfoWindow({content: $l116ce3668c6d5c744252b9a1cb67b8d4});google.maps.event.addListener(m_116ce3668c6d5c744252b9a1cb67b8d4, 'click', function() {infowindow.open(map,m_116ce3668c6d5c744252b9a1cb67b8d4);});$marker.push(m_116ce3668c6d5c744252b9a1cb67b8d4);}});}google.maps.event.addDomListener(window, 'load', initialize);