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(34.1809,-102.135)};var g_19be1c64b42d12f300fc804083073d25 = new google.maps.Geocoder();g_19be1c64b42d12f300fc804083073d25.geocode( { 'address': "816 Main St, Olton, TX 79064, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('olton-TX-security-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('olton-TX-security-state-bank'), mapOptions);}document.getElementById('9b948aac').innerHTML += ' | View Map';var $l19be1c64b42d12f300fc804083073d25 = '

Security State Bank

Address: 816 Main St, Olton, TX 79064, USA
Phone: (806) 285-2623
';var m_19be1c64b42d12f300fc804083073d25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security State Bank',});m_19be1c64b42d12f300fc804083073d25['infowindow'] = new google.maps.InfoWindow({content: $l19be1c64b42d12f300fc804083073d25});var infowindow = new google.maps.InfoWindow({content: $l19be1c64b42d12f300fc804083073d25});google.maps.event.addListener(m_19be1c64b42d12f300fc804083073d25, 'click', function() {infowindow.open(map,m_19be1c64b42d12f300fc804083073d25);});$marker.push(m_19be1c64b42d12f300fc804083073d25);}});}google.maps.event.addDomListener(window, 'load', initialize);