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(28.985,-96.6498)};var g_c8d41db1f13878006f4a327708831488 = new google.maps.Geocoder();g_c8d41db1f13878006f4a327708831488.geocode( { 'address': "814 N Wells St, Edna, TX 77957, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edna-TX-edna-banking-center').style.display = '';map = new google.maps.Map(document.getElementById('edna-TX-edna-banking-center'), mapOptions);}document.getElementById('4ebaedc1').innerHTML += ' | View Map';var $lc8d41db1f13878006f4a327708831488 = '

Edna Banking Center

Address: 814 N Wells St, Edna, TX 77957, USA
Phone: (361) 781-0652
';var m_c8d41db1f13878006f4a327708831488 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Edna Banking Center',});m_c8d41db1f13878006f4a327708831488['infowindow'] = new google.maps.InfoWindow({content: $lc8d41db1f13878006f4a327708831488});var infowindow = new google.maps.InfoWindow({content: $lc8d41db1f13878006f4a327708831488});google.maps.event.addListener(m_c8d41db1f13878006f4a327708831488, 'click', function() {infowindow.open(map,m_c8d41db1f13878006f4a327708831488);});$marker.push(m_c8d41db1f13878006f4a327708831488);}});}google.maps.event.addDomListener(window, 'load', initialize);