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.9721,-93.0827)};var g_826f4329981a0f25d3a12c68aaea72b3 = new google.maps.Geocoder();g_826f4329981a0f25d3a12c68aaea72b3.geocode( { 'address': "2345 Rice St, Saint Paul, MN 55113"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-paul-MN-kalos-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('saint-paul-MN-kalos-mortgage'), mapOptions);}document.getElementById('198b9a0d').innerHTML += ' | View Map';var $l826f4329981a0f25d3a12c68aaea72b3 = '

Kalos Mortgage

Address: 2345 Rice St, Saint Paul, MN 55113
Phone: (651) 765-0885
';var m_826f4329981a0f25d3a12c68aaea72b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kalos Mortgage',});m_826f4329981a0f25d3a12c68aaea72b3['infowindow'] = new google.maps.InfoWindow({content: $l826f4329981a0f25d3a12c68aaea72b3});var infowindow = new google.maps.InfoWindow({content: $l826f4329981a0f25d3a12c68aaea72b3});google.maps.event.addListener(m_826f4329981a0f25d3a12c68aaea72b3, 'click', function() {infowindow.open(map,m_826f4329981a0f25d3a12c68aaea72b3);});$marker.push(m_826f4329981a0f25d3a12c68aaea72b3);}});}google.maps.event.addDomListener(window, 'load', initialize);