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(45.0517,-93.0556)};var g_8ab2c8e7f2233470e8df6305780645e4 = new google.maps.Geocoder();g_8ab2c8e7f2233470e8df6305780645e4.geocode( { 'address': "3640 Talmage Cir, St Paul, MN 55110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-paul-MN-summit-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('saint-paul-MN-summit-mortgage'), mapOptions);}document.getElementById('4b77e563').innerHTML += ' | View Map';var $l8ab2c8e7f2233470e8df6305780645e4 = '

Summit Mortgage

Address: 3640 Talmage Cir, St Paul, MN 55110, USA
Phone: (651) 717-4040
';var m_8ab2c8e7f2233470e8df6305780645e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Mortgage',});m_8ab2c8e7f2233470e8df6305780645e4['infowindow'] = new google.maps.InfoWindow({content: $l8ab2c8e7f2233470e8df6305780645e4});var infowindow = new google.maps.InfoWindow({content: $l8ab2c8e7f2233470e8df6305780645e4});google.maps.event.addListener(m_8ab2c8e7f2233470e8df6305780645e4, 'click', function() {infowindow.open(map,m_8ab2c8e7f2233470e8df6305780645e4);});$marker.push(m_8ab2c8e7f2233470e8df6305780645e4);}});}google.maps.event.addDomListener(window, 'load', initialize);