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(35.8723,-90.173)};var g_ac0f5772d4ab0d5578429b40bf35317b = new google.maps.Geocoder();g_ac0f5772d4ab0d5578429b40bf35317b.geocode( { 'address': "708 W Fleeman St, Manila, AR 72442, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manila-AR-heritage-bank').style.display = '';map = new google.maps.Map(document.getElementById('manila-AR-heritage-bank'), mapOptions);}document.getElementById('f83ec0c8').innerHTML += ' | View Map';var $lac0f5772d4ab0d5578429b40bf35317b = '

Heritage Bank

Address: 708 W Fleeman St, Manila, AR 72442, USA
Phone: (870) 561-1121
';var m_ac0f5772d4ab0d5578429b40bf35317b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Bank',});m_ac0f5772d4ab0d5578429b40bf35317b['infowindow'] = new google.maps.InfoWindow({content: $lac0f5772d4ab0d5578429b40bf35317b});var infowindow = new google.maps.InfoWindow({content: $lac0f5772d4ab0d5578429b40bf35317b});google.maps.event.addListener(m_ac0f5772d4ab0d5578429b40bf35317b, 'click', function() {infowindow.open(map,m_ac0f5772d4ab0d5578429b40bf35317b);});$marker.push(m_ac0f5772d4ab0d5578429b40bf35317b);}});}google.maps.event.addDomListener(window, 'load', initialize);