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.5239,-113.793)};var g_60bdd4b3c731f4d6c3bda1f733fc4130 = new google.maps.Geocoder();g_60bdd4b3c731f4d6c3bda1f733fc4130.geocode( { 'address': "2311 Overland Ave, Burley, ID 83318, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burley-ID-quik-cash').style.display = '';map = new google.maps.Map(document.getElementById('burley-ID-quik-cash'), mapOptions);}document.getElementById('01a53b4f').innerHTML += ' | View Map';var $l60bdd4b3c731f4d6c3bda1f733fc4130 = '

Quik Cash

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