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(43.6595,-116.281)};var g_9613a72a5431c771b0a3664ee751fe84 = new google.maps.Geocoder();g_9613a72a5431c771b0a3664ee751fe84.geocode( { 'address': "7988 W Marigold St, Boise, ID 83714, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boise-ID-murdoch-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('boise-ID-murdoch-finance-co'), mapOptions);}document.getElementById('a45b546e').innerHTML += ' | View Map';var $l9613a72a5431c771b0a3664ee751fe84 = '

Murdoch Finance Co

Address: 7988 W Marigold St, Boise, ID 83714, USA
Phone: (208) 321-5505
';var m_9613a72a5431c771b0a3664ee751fe84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Murdoch Finance Co',});m_9613a72a5431c771b0a3664ee751fe84['infowindow'] = new google.maps.InfoWindow({content: $l9613a72a5431c771b0a3664ee751fe84});var infowindow = new google.maps.InfoWindow({content: $l9613a72a5431c771b0a3664ee751fe84});google.maps.event.addListener(m_9613a72a5431c771b0a3664ee751fe84, 'click', function() {infowindow.open(map,m_9613a72a5431c771b0a3664ee751fe84);});$marker.push(m_9613a72a5431c771b0a3664ee751fe84);}});}google.maps.event.addDomListener(window, 'load', initialize);