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.6175,-96.6332)};var g_09b529f6658b0309f8d28297612670f4 = new google.maps.Geocoder();g_09b529f6658b0309f8d28297612670f4.geocode( { 'address': "101 Calhoun Plz, Port Lavaca, TX 77979"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-lavaca-TX-first-convenience-bank').style.display = '';map = new google.maps.Map(document.getElementById('port-lavaca-TX-first-convenience-bank'), mapOptions);}document.getElementById('ec43450e').innerHTML += ' | View Map';var $l09b529f6658b0309f8d28297612670f4 = '

First Convenience Bank

Address: 101 Calhoun Plz, Port Lavaca, TX 77979
Phone: (361) 552-2600
';var m_09b529f6658b0309f8d28297612670f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Convenience Bank',});m_09b529f6658b0309f8d28297612670f4['infowindow'] = new google.maps.InfoWindow({content: $l09b529f6658b0309f8d28297612670f4});var infowindow = new google.maps.InfoWindow({content: $l09b529f6658b0309f8d28297612670f4});google.maps.event.addListener(m_09b529f6658b0309f8d28297612670f4, 'click', function() {infowindow.open(map,m_09b529f6658b0309f8d28297612670f4);});$marker.push(m_09b529f6658b0309f8d28297612670f4);}});}google.maps.event.addDomListener(window, 'load', initialize);