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(33.2354,-91.5083)};var g_7803b20e24ad3c01b765f982bc81b365 = new google.maps.Geocoder();g_7803b20e24ad3c01b765f982bc81b365.geocode( { 'address': "113 US-165, Portland, AR 71663, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-AR-homebank-of-arkansas').style.display = '';map = new google.maps.Map(document.getElementById('portland-AR-homebank-of-arkansas'), mapOptions);}document.getElementById('076f41de').innerHTML += ' | View Map';var $l7803b20e24ad3c01b765f982bc81b365 = '

Homebank of Arkansas

Address: 113 US-165, Portland, AR 71663, USA
Phone: (870) 737-2235
';var m_7803b20e24ad3c01b765f982bc81b365 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Homebank of Arkansas',});m_7803b20e24ad3c01b765f982bc81b365['infowindow'] = new google.maps.InfoWindow({content: $l7803b20e24ad3c01b765f982bc81b365});var infowindow = new google.maps.InfoWindow({content: $l7803b20e24ad3c01b765f982bc81b365});google.maps.event.addListener(m_7803b20e24ad3c01b765f982bc81b365, 'click', function() {infowindow.open(map,m_7803b20e24ad3c01b765f982bc81b365);});$marker.push(m_7803b20e24ad3c01b765f982bc81b365);}});}google.maps.event.addDomListener(window, 'load', initialize);