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.7231,-94.3969)};var g_1a638db8311430c6c018bf21e1a0b7fb = new google.maps.Geocoder();g_1a638db8311430c6c018bf21e1a0b7fb.geocode( { 'address': "503 E 3rd Ave, Foreman, AR 71836, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('foreman-AR-regoins-bank').style.display = '';map = new google.maps.Map(document.getElementById('foreman-AR-regoins-bank'), mapOptions);}document.getElementById('5dd84930').innerHTML += ' | View Map';var $l1a638db8311430c6c018bf21e1a0b7fb = '

Regoins Bank

Address: 503 E 3rd Ave, Foreman, AR 71836, USA
Phone: (800) 734-4667
';var m_1a638db8311430c6c018bf21e1a0b7fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regoins Bank',});m_1a638db8311430c6c018bf21e1a0b7fb['infowindow'] = new google.maps.InfoWindow({content: $l1a638db8311430c6c018bf21e1a0b7fb});var infowindow = new google.maps.InfoWindow({content: $l1a638db8311430c6c018bf21e1a0b7fb});google.maps.event.addListener(m_1a638db8311430c6c018bf21e1a0b7fb, 'click', function() {infowindow.open(map,m_1a638db8311430c6c018bf21e1a0b7fb);});$marker.push(m_1a638db8311430c6c018bf21e1a0b7fb);}});}google.maps.event.addDomListener(window, 'load', initialize);