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_a80b8395c5f7246bc2e09aff4f75cd47 = new google.maps.Geocoder();g_a80b8395c5f7246bc2e09aff4f75cd47.geocode( { 'address': "17218 Preston Rd, Dallas, TX 75252"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-compass-bank').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-compass-bank'), mapOptions);}document.getElementById('36c5ab94').innerHTML += ' | View Map';var $la80b8395c5f7246bc2e09aff4f75cd47 = '

Compass Bank

Address: 17218 Preston Rd, Dallas, TX 75252
Phone: (972) 735-3535
';var m_a80b8395c5f7246bc2e09aff4f75cd47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Compass Bank',});m_a80b8395c5f7246bc2e09aff4f75cd47['infowindow'] = new google.maps.InfoWindow({content: $la80b8395c5f7246bc2e09aff4f75cd47});var infowindow = new google.maps.InfoWindow({content: $la80b8395c5f7246bc2e09aff4f75cd47});google.maps.event.addListener(m_a80b8395c5f7246bc2e09aff4f75cd47, 'click', function() {infowindow.open(map,m_a80b8395c5f7246bc2e09aff4f75cd47);});$marker.push(m_a80b8395c5f7246bc2e09aff4f75cd47);}});}google.maps.event.addDomListener(window, 'load', initialize);