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.5625,-114.46)};var g_a11907c639c2c74de3a0b9eb7a4575e9 = new google.maps.Geocoder();g_a11907c639c2c74de3a0b9eb7a4575e9.geocode( { 'address': "1118 Blue Lakes Blvd, Twin Falls, ID 83301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('twin-falls-ID-quik-cash').style.display = '';map = new google.maps.Map(document.getElementById('twin-falls-ID-quik-cash'), mapOptions);}document.getElementById('7aa92faf').innerHTML += ' | View Map';var $la11907c639c2c74de3a0b9eb7a4575e9 = '

Quik Cash

Address: 1118 Blue Lakes Blvd, Twin Falls, ID 83301, USA
Phone: (208) 732-0007
';var m_a11907c639c2c74de3a0b9eb7a4575e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quik Cash',});m_a11907c639c2c74de3a0b9eb7a4575e9['infowindow'] = new google.maps.InfoWindow({content: $la11907c639c2c74de3a0b9eb7a4575e9});var infowindow = new google.maps.InfoWindow({content: $la11907c639c2c74de3a0b9eb7a4575e9});google.maps.event.addListener(m_a11907c639c2c74de3a0b9eb7a4575e9, 'click', function() {infowindow.open(map,m_a11907c639c2c74de3a0b9eb7a4575e9);});$marker.push(m_a11907c639c2c74de3a0b9eb7a4575e9);}});}google.maps.event.addDomListener(window, 'load', initialize);