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.5484,-94.1879)};var g_1b6a7716a377cf1a5fcb28aedb6f9b8f = new google.maps.Geocoder();g_1b6a7716a377cf1a5fcb28aedb6f9b8f.geocode( { 'address': "600 25th Ave S #208, St Cloud, MN 56301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-cloud-MN-granite-city-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('saint-cloud-MN-granite-city-mortgage-inc'), mapOptions);}document.getElementById('c9e66a1d').innerHTML += ' | View Map';var $l1b6a7716a377cf1a5fcb28aedb6f9b8f = '

Granite City Mortgage Inc

Address: 600 25th Ave S #208, St Cloud, MN 56301, USA
Phone: (320) 252-0100
';var m_1b6a7716a377cf1a5fcb28aedb6f9b8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Granite City Mortgage Inc',});m_1b6a7716a377cf1a5fcb28aedb6f9b8f['infowindow'] = new google.maps.InfoWindow({content: $l1b6a7716a377cf1a5fcb28aedb6f9b8f});var infowindow = new google.maps.InfoWindow({content: $l1b6a7716a377cf1a5fcb28aedb6f9b8f});google.maps.event.addListener(m_1b6a7716a377cf1a5fcb28aedb6f9b8f, 'click', function() {infowindow.open(map,m_1b6a7716a377cf1a5fcb28aedb6f9b8f);});$marker.push(m_1b6a7716a377cf1a5fcb28aedb6f9b8f);}});}google.maps.event.addDomListener(window, 'load', initialize);