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(44.0122,-116.924)};var g_4ae6f458134f8c37a2500216900c3fbb = new google.maps.Geocoder();g_4ae6f458134f8c37a2500216900c3fbb.geocode( { 'address': "204 N Whitley Dr, Fruitland, ID 83619, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fruitland-ID-quick-loan').style.display = '';map = new google.maps.Map(document.getElementById('fruitland-ID-quick-loan'), mapOptions);}document.getElementById('c0c1f5f1').innerHTML += ' | View Map';var $l4ae6f458134f8c37a2500216900c3fbb = '

Quick Loan

Address: 204 N Whitley Dr, Fruitland, ID 83619, USA
Phone: (208) 452-4050
';var m_4ae6f458134f8c37a2500216900c3fbb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick Loan',});m_4ae6f458134f8c37a2500216900c3fbb['infowindow'] = new google.maps.InfoWindow({content: $l4ae6f458134f8c37a2500216900c3fbb});var infowindow = new google.maps.InfoWindow({content: $l4ae6f458134f8c37a2500216900c3fbb});google.maps.event.addListener(m_4ae6f458134f8c37a2500216900c3fbb, 'click', function() {infowindow.open(map,m_4ae6f458134f8c37a2500216900c3fbb);});$marker.push(m_4ae6f458134f8c37a2500216900c3fbb);}});}google.maps.event.addDomListener(window, 'load', initialize);