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_316645b90ecd3f5a872357c0255f1b21 = new google.maps.Geocoder();g_316645b90ecd3f5a872357c0255f1b21.geocode( { 'address': "2770 State Highway 77 S, Marion, AR 72364"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-AR-crittenden-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('marion-AR-crittenden-national-bank'), mapOptions);}document.getElementById('04630d1f').innerHTML += ' | View Map';var $l316645b90ecd3f5a872357c0255f1b21 = '

Crittenden National Bank

Address: 2770 State Highway 77 S, Marion, AR 72364
Phone: (870) 739-4005
';var m_316645b90ecd3f5a872357c0255f1b21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Crittenden National Bank',});m_316645b90ecd3f5a872357c0255f1b21['infowindow'] = new google.maps.InfoWindow({content: $l316645b90ecd3f5a872357c0255f1b21});var infowindow = new google.maps.InfoWindow({content: $l316645b90ecd3f5a872357c0255f1b21});google.maps.event.addListener(m_316645b90ecd3f5a872357c0255f1b21, 'click', function() {infowindow.open(map,m_316645b90ecd3f5a872357c0255f1b21);});$marker.push(m_316645b90ecd3f5a872357c0255f1b21);}});}google.maps.event.addDomListener(window, 'load', initialize);