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.3487,-97.3928)};var g_412aaa3bb658ddaea5d5d60f6e0d6a41 = new google.maps.Geocoder();g_412aaa3bb658ddaea5d5d60f6e0d6a41.geocode( { 'address': "1403 W Henderson St, Cleburne, TX 76033"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleburne-TX-first-state-bank-keene').style.display = '';map = new google.maps.Map(document.getElementById('cleburne-TX-first-state-bank-keene'), mapOptions);}document.getElementById('36a8e5a5').innerHTML += ' | View Map';var $l412aaa3bb658ddaea5d5d60f6e0d6a41 = '

First State Bank Keene

Address: 1403 W Henderson St, Cleburne, TX 76033
Phone: (817) 641-1500
';var m_412aaa3bb658ddaea5d5d60f6e0d6a41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank Keene',});m_412aaa3bb658ddaea5d5d60f6e0d6a41['infowindow'] = new google.maps.InfoWindow({content: $l412aaa3bb658ddaea5d5d60f6e0d6a41});var infowindow = new google.maps.InfoWindow({content: $l412aaa3bb658ddaea5d5d60f6e0d6a41});google.maps.event.addListener(m_412aaa3bb658ddaea5d5d60f6e0d6a41, 'click', function() {infowindow.open(map,m_412aaa3bb658ddaea5d5d60f6e0d6a41);});$marker.push(m_412aaa3bb658ddaea5d5d60f6e0d6a41);}});}google.maps.event.addDomListener(window, 'load', initialize);