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.1909,-93.383)};var g_406e81c862e7365160ae77a62187f3df = new google.maps.Geocoder();g_406e81c862e7365160ae77a62187f3df.geocode( { 'address': "1428 S 5th Ave, Anoka, MN 55303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anoka-MN-contractors-capital').style.display = '';map = new google.maps.Map(document.getElementById('anoka-MN-contractors-capital'), mapOptions);}document.getElementById('74d43cbc').innerHTML += ' | View Map';var $l406e81c862e7365160ae77a62187f3df = '

Contractors Capital

Address: 1428 S 5th Ave, Anoka, MN 55303, USA
Phone: (763) 784-3400
';var m_406e81c862e7365160ae77a62187f3df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Contractors Capital',});m_406e81c862e7365160ae77a62187f3df['infowindow'] = new google.maps.InfoWindow({content: $l406e81c862e7365160ae77a62187f3df});var infowindow = new google.maps.InfoWindow({content: $l406e81c862e7365160ae77a62187f3df});google.maps.event.addListener(m_406e81c862e7365160ae77a62187f3df, 'click', function() {infowindow.open(map,m_406e81c862e7365160ae77a62187f3df);});$marker.push(m_406e81c862e7365160ae77a62187f3df);}});}google.maps.event.addDomListener(window, 'load', initialize);