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.2384,-91.5164)};var g_5e7d82fb40873235efb87212f67b1181 = new google.maps.Geocoder();g_5e7d82fb40873235efb87212f67b1181.geocode( { 'address': "113 Highway 165 S, Portland, AR 71663"}, 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('7004e558').innerHTML += ' | View Map';var $l5e7d82fb40873235efb87212f67b1181 = '

Homebank Of Arkansas

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