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.2355,-92.666)};var g_dd4526a9765e5bd5d2508b36530defa0 = new google.maps.Geocoder();g_dd4526a9765e5bd5d2508b36530defa0.geocode( { 'address': "2416 N West Ave, El Dorado, AR 71730, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-dorado-AR-river-valley-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('el-dorado-AR-river-valley-community-federal-credit-union'), mapOptions);}document.getElementById('4e08e6ba').innerHTML += ' | View Map';var $ldd4526a9765e5bd5d2508b36530defa0 = '

River Valley Community Federal Credit Union

Address: 2416 N West Ave, El Dorado, AR 71730, USA
Phone: (870) 863-6000
';var m_dd4526a9765e5bd5d2508b36530defa0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'River Valley Community Federal Credit Union',});m_dd4526a9765e5bd5d2508b36530defa0['infowindow'] = new google.maps.InfoWindow({content: $ldd4526a9765e5bd5d2508b36530defa0});var infowindow = new google.maps.InfoWindow({content: $ldd4526a9765e5bd5d2508b36530defa0});google.maps.event.addListener(m_dd4526a9765e5bd5d2508b36530defa0, 'click', function() {infowindow.open(map,m_dd4526a9765e5bd5d2508b36530defa0);});$marker.push(m_dd4526a9765e5bd5d2508b36530defa0);}});}google.maps.event.addDomListener(window, 'load', initialize);