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(42.5319,-113.794)};var g_ef368049651bc5781718a8d879d9cd24 = new google.maps.Geocoder();g_ef368049651bc5781718a8d879d9cd24.geocode( { 'address': "1650 Overland Ave # 1, Burley, ID 83318, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burley-ID-easy-cash').style.display = '';map = new google.maps.Map(document.getElementById('burley-ID-easy-cash'), mapOptions);}document.getElementById('ed21101d').innerHTML += ' | View Map';var $lef368049651bc5781718a8d879d9cd24 = '

Easy Cash

Address: 1650 Overland Ave # 1, Burley, ID 83318, USA
Phone: (208) 678-2274
';var m_ef368049651bc5781718a8d879d9cd24 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Easy Cash',});m_ef368049651bc5781718a8d879d9cd24['infowindow'] = new google.maps.InfoWindow({content: $lef368049651bc5781718a8d879d9cd24});var infowindow = new google.maps.InfoWindow({content: $lef368049651bc5781718a8d879d9cd24});google.maps.event.addListener(m_ef368049651bc5781718a8d879d9cd24, 'click', function() {infowindow.open(map,m_ef368049651bc5781718a8d879d9cd24);});$marker.push(m_ef368049651bc5781718a8d879d9cd24);}});}google.maps.event.addDomListener(window, 'load', initialize);