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.212,-101.463)};var g_db848bec230baed09c58e1329f396668 = new google.maps.Geocoder();g_db848bec230baed09c58e1329f396668.geocode( { 'address': "405 W 2nd St, Big Lake, TX 76932"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('big-lake-TX-security-bank').style.display = '';map = new google.maps.Map(document.getElementById('big-lake-TX-security-bank'), mapOptions);}document.getElementById('02bd2550').innerHTML += ' | View Map';var $ldb848bec230baed09c58e1329f396668 = '

Security Bank

Address: 405 W 2nd St, Big Lake, TX 76932
Phone: (325) 884-2551
';var m_db848bec230baed09c58e1329f396668 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Bank',});m_db848bec230baed09c58e1329f396668['infowindow'] = new google.maps.InfoWindow({content: $ldb848bec230baed09c58e1329f396668});var infowindow = new google.maps.InfoWindow({content: $ldb848bec230baed09c58e1329f396668});google.maps.event.addListener(m_db848bec230baed09c58e1329f396668, 'click', function() {infowindow.open(map,m_db848bec230baed09c58e1329f396668);});$marker.push(m_db848bec230baed09c58e1329f396668);}});}google.maps.event.addDomListener(window, 'load', initialize);