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.213,-90.2027)};var g_a637c2c00dcc461e84c12ec671e5a06a = new google.maps.Geocoder();g_a637c2c00dcc461e84c12ec671e5a06a.geocode( { 'address': "2137 State Highway 77, Marion, AR 72364"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-AR-first-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('marion-AR-first-community-bank'), mapOptions);}document.getElementById('16746838').innerHTML += ' | View Map';var $la637c2c00dcc461e84c12ec671e5a06a = '

First Community Bank

Address: 2137 State Highway 77, Marion, AR 72364
Phone: (870) 739-5556
';var m_a637c2c00dcc461e84c12ec671e5a06a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank',});m_a637c2c00dcc461e84c12ec671e5a06a['infowindow'] = new google.maps.InfoWindow({content: $la637c2c00dcc461e84c12ec671e5a06a});var infowindow = new google.maps.InfoWindow({content: $la637c2c00dcc461e84c12ec671e5a06a});google.maps.event.addListener(m_a637c2c00dcc461e84c12ec671e5a06a, 'click', function() {infowindow.open(map,m_a637c2c00dcc461e84c12ec671e5a06a);});$marker.push(m_a637c2c00dcc461e84c12ec671e5a06a);}});}google.maps.event.addDomListener(window, 'load', initialize);