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(48.4106,-114.342)};var g_8e9368bb8083221506d9b1c83c5c7d95 = new google.maps.Geocoder();g_8e9368bb8083221506d9b1c83c5c7d95.geocode( { 'address': "100 E Second St #210, Whitefish, MT 59937, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whitefish-MT-richard-kramer---credit-repair-service').style.display = '';map = new google.maps.Map(document.getElementById('whitefish-MT-richard-kramer---credit-repair-service'), mapOptions);}document.getElementById('16f15a15').innerHTML += ' | View Map';var $l8e9368bb8083221506d9b1c83c5c7d95 = '

Richard Kramer - Credit Repair Service

Address: 100 E Second St #210, Whitefish, MT 59937, USA
Phone: (406) 730-7989
';var m_8e9368bb8083221506d9b1c83c5c7d95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Richard Kramer - Credit Repair Service',});m_8e9368bb8083221506d9b1c83c5c7d95['infowindow'] = new google.maps.InfoWindow({content: $l8e9368bb8083221506d9b1c83c5c7d95});var infowindow = new google.maps.InfoWindow({content: $l8e9368bb8083221506d9b1c83c5c7d95});google.maps.event.addListener(m_8e9368bb8083221506d9b1c83c5c7d95, 'click', function() {infowindow.open(map,m_8e9368bb8083221506d9b1c83c5c7d95);});$marker.push(m_8e9368bb8083221506d9b1c83c5c7d95);}});}google.maps.event.addDomListener(window, 'load', initialize);