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.2253,-96.6435)};var g_7441b20d4fb23b3d4e0549b7de236a23 = new google.maps.Geocoder();g_7441b20d4fb23b3d4e0549b7de236a23.geocode( { 'address': "3675 W Adams St, Port O Connor, TX 77982"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-o-connor-TX-first-national-bank-prt-lavaca').style.display = '';map = new google.maps.Map(document.getElementById('port-o-connor-TX-first-national-bank-prt-lavaca'), mapOptions);}document.getElementById('43c925e4').innerHTML += ' | View Map';var $l7441b20d4fb23b3d4e0549b7de236a23 = '

First National Bank-Prt Lavaca

Address: 3675 W Adams St, Port O Connor, TX 77982
Phone: (361) 983-2508
';var m_7441b20d4fb23b3d4e0549b7de236a23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Prt Lavaca',});m_7441b20d4fb23b3d4e0549b7de236a23['infowindow'] = new google.maps.InfoWindow({content: $l7441b20d4fb23b3d4e0549b7de236a23});var infowindow = new google.maps.InfoWindow({content: $l7441b20d4fb23b3d4e0549b7de236a23});google.maps.event.addListener(m_7441b20d4fb23b3d4e0549b7de236a23, 'click', function() {infowindow.open(map,m_7441b20d4fb23b3d4e0549b7de236a23);});$marker.push(m_7441b20d4fb23b3d4e0549b7de236a23);}});}google.maps.event.addDomListener(window, 'load', initialize);