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(44.9445,-93.0956)};var g_0b89e2fb36c549e949175f51167bef57 = new google.maps.Geocoder();g_0b89e2fb36c549e949175f51167bef57.geocode( { 'address': "345 St Peter St, St Paul, MN 55102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-paul-MN-ditech-financial').style.display = '';map = new google.maps.Map(document.getElementById('saint-paul-MN-ditech-financial'), mapOptions);}document.getElementById('6d7aea22').innerHTML += ' | View Map';var $l0b89e2fb36c549e949175f51167bef57 = '

Ditech Financial

Address: 345 St Peter St, St Paul, MN 55102, USA
Phone: (651) 293-3400
';var m_0b89e2fb36c549e949175f51167bef57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ditech Financial',});m_0b89e2fb36c549e949175f51167bef57['infowindow'] = new google.maps.InfoWindow({content: $l0b89e2fb36c549e949175f51167bef57});var infowindow = new google.maps.InfoWindow({content: $l0b89e2fb36c549e949175f51167bef57});google.maps.event.addListener(m_0b89e2fb36c549e949175f51167bef57, 'click', function() {infowindow.open(map,m_0b89e2fb36c549e949175f51167bef57);});$marker.push(m_0b89e2fb36c549e949175f51167bef57);}});}google.maps.event.addDomListener(window, 'load', initialize);