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.5382,-113.788)};var g_27255e40fb4cb7ca6a75234397f8bca1 = new google.maps.Geocoder();g_27255e40fb4cb7ca6a75234397f8bca1.geocode( { 'address': "504 E Main St, Burley, ID 83318, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burley-ID-instant-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('burley-ID-instant-auto-credit'), mapOptions);}document.getElementById('75892ffd').innerHTML += ' | View Map';var $l27255e40fb4cb7ca6a75234397f8bca1 = '

Instant Auto Credit

Address: 504 E Main St, Burley, ID 83318, USA
Phone: (208) 678-2400
';var m_27255e40fb4cb7ca6a75234397f8bca1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Instant Auto Credit',});m_27255e40fb4cb7ca6a75234397f8bca1['infowindow'] = new google.maps.InfoWindow({content: $l27255e40fb4cb7ca6a75234397f8bca1});var infowindow = new google.maps.InfoWindow({content: $l27255e40fb4cb7ca6a75234397f8bca1});google.maps.event.addListener(m_27255e40fb4cb7ca6a75234397f8bca1, 'click', function() {infowindow.open(map,m_27255e40fb4cb7ca6a75234397f8bca1);});$marker.push(m_27255e40fb4cb7ca6a75234397f8bca1);}});}google.maps.event.addDomListener(window, 'load', initialize);