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(31.8092,-94.1931)};var g_63a48bfa2f45766cf980e6ecaf24c57a = new google.maps.Geocoder();g_63a48bfa2f45766cf980e6ecaf24c57a.geocode( { 'address': "1110 Hurst St, Center, TX 75935, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('center-TX-shelby-bank').style.display = '';map = new google.maps.Map(document.getElementById('center-TX-shelby-bank'), mapOptions);}document.getElementById('e684faee').innerHTML += ' | View Map';var $l63a48bfa2f45766cf980e6ecaf24c57a = '

Shelby Bank

Address: 1110 Hurst St, Center, TX 75935, USA
Phone: (936) 591-0134
';var m_63a48bfa2f45766cf980e6ecaf24c57a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shelby Bank',});m_63a48bfa2f45766cf980e6ecaf24c57a['infowindow'] = new google.maps.InfoWindow({content: $l63a48bfa2f45766cf980e6ecaf24c57a});var infowindow = new google.maps.InfoWindow({content: $l63a48bfa2f45766cf980e6ecaf24c57a});google.maps.event.addListener(m_63a48bfa2f45766cf980e6ecaf24c57a, 'click', function() {infowindow.open(map,m_63a48bfa2f45766cf980e6ecaf24c57a);});$marker.push(m_63a48bfa2f45766cf980e6ecaf24c57a);}});}google.maps.event.addDomListener(window, 'load', initialize);