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(46.8647,-96.8263)};var g_78eda2c7432bf5d16a13b75a3ad6bd3f = new google.maps.Geocoder();g_78eda2c7432bf5d16a13b75a3ad6bd3f.geocode( { 'address': "Fargo, ND 58103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fargo-ND-123-credit--debt-counseling').style.display = '';map = new google.maps.Map(document.getElementById('fargo-ND-123-credit--debt-counseling'), mapOptions);}document.getElementById('0c08f598').innerHTML += ' | View Map';var $l78eda2c7432bf5d16a13b75a3ad6bd3f = '

123 Credit & Debt Counseling

Address: Fargo, ND 58103, USA
Phone: (701) 293-4018
';var m_78eda2c7432bf5d16a13b75a3ad6bd3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '123 Credit & Debt Counseling',});m_78eda2c7432bf5d16a13b75a3ad6bd3f['infowindow'] = new google.maps.InfoWindow({content: $l78eda2c7432bf5d16a13b75a3ad6bd3f});var infowindow = new google.maps.InfoWindow({content: $l78eda2c7432bf5d16a13b75a3ad6bd3f});google.maps.event.addListener(m_78eda2c7432bf5d16a13b75a3ad6bd3f, 'click', function() {infowindow.open(map,m_78eda2c7432bf5d16a13b75a3ad6bd3f);});$marker.push(m_78eda2c7432bf5d16a13b75a3ad6bd3f);}});}google.maps.event.addDomListener(window, 'load', initialize);