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(27.8914,-97.31)};var g_ecbada2e4a25edd60767d7806b27704a = new google.maps.Geocoder();g_ecbada2e4a25edd60767d7806b27704a.geocode( { 'address': "1800 US-181, Portland, TX 78374, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-TX-ibc-bank').style.display = '';map = new google.maps.Map(document.getElementById('portland-TX-ibc-bank'), mapOptions);}document.getElementById('ed69d120').innerHTML += ' | View Map';var $lecbada2e4a25edd60767d7806b27704a = '

IBC Bank

Address: 1800 US-181, Portland, TX 78374, USA
Phone: (361) 886-9910
';var m_ecbada2e4a25edd60767d7806b27704a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'IBC Bank',});m_ecbada2e4a25edd60767d7806b27704a['infowindow'] = new google.maps.InfoWindow({content: $lecbada2e4a25edd60767d7806b27704a});var infowindow = new google.maps.InfoWindow({content: $lecbada2e4a25edd60767d7806b27704a});google.maps.event.addListener(m_ecbada2e4a25edd60767d7806b27704a, 'click', function() {infowindow.open(map,m_ecbada2e4a25edd60767d7806b27704a);});$marker.push(m_ecbada2e4a25edd60767d7806b27704a);}});}google.maps.event.addDomListener(window, 'load', initialize);