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.6166,-96.6282)};var g_e8e4ad996299b17116af54c1469daf5a = new google.maps.Geocoder();g_e8e4ad996299b17116af54c1469daf5a.geocode( { 'address': "311 N Virginia St, Port Lavaca, TX 77979, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-lavaca-TX-ibc-bank').style.display = '';map = new google.maps.Map(document.getElementById('port-lavaca-TX-ibc-bank'), mapOptions);}document.getElementById('7bd9498b').innerHTML += ' | View Map';var $le8e4ad996299b17116af54c1469daf5a = '

IBC Bank

Address: 311 N Virginia St, Port Lavaca, TX 77979, USA
Phone: (361) 552-9771
';var m_e8e4ad996299b17116af54c1469daf5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'IBC Bank',});m_e8e4ad996299b17116af54c1469daf5a['infowindow'] = new google.maps.InfoWindow({content: $le8e4ad996299b17116af54c1469daf5a});var infowindow = new google.maps.InfoWindow({content: $le8e4ad996299b17116af54c1469daf5a});google.maps.event.addListener(m_e8e4ad996299b17116af54c1469daf5a, 'click', function() {infowindow.open(map,m_e8e4ad996299b17116af54c1469daf5a);});$marker.push(m_e8e4ad996299b17116af54c1469daf5a);}});}google.maps.event.addDomListener(window, 'load', initialize);