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.8047,-96.847)};var g_3bf204d1eadfa220e00c20a104612df1 = new google.maps.Geocoder();g_3bf204d1eadfa220e00c20a104612df1.geocode( { 'address': "5181 38th St S, Fargo, ND 58104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fargo-ND-unity-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('fargo-ND-unity-mortgage'), mapOptions);}document.getElementById('c9b76bb3').innerHTML += ' | View Map';var $l3bf204d1eadfa220e00c20a104612df1 = '

Unity Mortgage

Address: 5181 38th St S, Fargo, ND 58104, USA
Phone: (701) 356-1840
';var m_3bf204d1eadfa220e00c20a104612df1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Unity Mortgage',});m_3bf204d1eadfa220e00c20a104612df1['infowindow'] = new google.maps.InfoWindow({content: $l3bf204d1eadfa220e00c20a104612df1});var infowindow = new google.maps.InfoWindow({content: $l3bf204d1eadfa220e00c20a104612df1});google.maps.event.addListener(m_3bf204d1eadfa220e00c20a104612df1, 'click', function() {infowindow.open(map,m_3bf204d1eadfa220e00c20a104612df1);});$marker.push(m_3bf204d1eadfa220e00c20a104612df1);}});}google.maps.event.addDomListener(window, 'load', initialize);