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.1898,-94.0264)};var g_5328c8721bf63d50f836beb8da7329b1 = new google.maps.Geocoder();g_5328c8721bf63d50f836beb8da7329b1.geocode( { 'address': "23 Sandi Ct, Mankato, MN 56003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mankato-MN-uptown-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('mankato-MN-uptown-financial-corporation'), mapOptions);}document.getElementById('f58f2ef4').innerHTML += ' | View Map';var $l5328c8721bf63d50f836beb8da7329b1 = '

Uptown Financial Corporation

Address: 23 Sandi Ct, Mankato, MN 56003, USA
Phone: (612) 216-1388
';var m_5328c8721bf63d50f836beb8da7329b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Uptown Financial Corporation',});m_5328c8721bf63d50f836beb8da7329b1['infowindow'] = new google.maps.InfoWindow({content: $l5328c8721bf63d50f836beb8da7329b1});var infowindow = new google.maps.InfoWindow({content: $l5328c8721bf63d50f836beb8da7329b1});google.maps.event.addListener(m_5328c8721bf63d50f836beb8da7329b1, 'click', function() {infowindow.open(map,m_5328c8721bf63d50f836beb8da7329b1);});$marker.push(m_5328c8721bf63d50f836beb8da7329b1);}});}google.maps.event.addDomListener(window, 'load', initialize);