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.3352,-97.4213)};var g_20809186a755cc2b7e1333a313d76b23 = new google.maps.Geocoder();g_20809186a755cc2b7e1333a313d76b23.geocode( { 'address': "1671 W Henderson St, Cleburne, TX 76033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleburne-TX-compass-bank').style.display = '';map = new google.maps.Map(document.getElementById('cleburne-TX-compass-bank'), mapOptions);}document.getElementById('9c6d1249').innerHTML += ' | View Map';var $l20809186a755cc2b7e1333a313d76b23 = '

Compass Bank

Address: 1671 W Henderson St, Cleburne, TX 76033, USA
Phone: (817) 641-4465
';var m_20809186a755cc2b7e1333a313d76b23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Compass Bank',});m_20809186a755cc2b7e1333a313d76b23['infowindow'] = new google.maps.InfoWindow({content: $l20809186a755cc2b7e1333a313d76b23});var infowindow = new google.maps.InfoWindow({content: $l20809186a755cc2b7e1333a313d76b23});google.maps.event.addListener(m_20809186a755cc2b7e1333a313d76b23, 'click', function() {infowindow.open(map,m_20809186a755cc2b7e1333a313d76b23);});$marker.push(m_20809186a755cc2b7e1333a313d76b23);}});}google.maps.event.addDomListener(window, 'load', initialize);