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.7526,-93.2561)};var g_9ddb9dd5d8aee9a76bf217a2a3c54833 = new google.maps.Geocoder();g_9ddb9dd5d8aee9a76bf217a2a3c54833.geocode( { 'address': "181 S River Ridge Cir, Burnsville, MN 55337, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burnsville-MN-my-bridge-now').style.display = '';map = new google.maps.Map(document.getElementById('burnsville-MN-my-bridge-now'), mapOptions);}document.getElementById('3a2cf05d').innerHTML += ' | View Map';var $l9ddb9dd5d8aee9a76bf217a2a3c54833 = '

My Bridge Now

Address: 181 S River Ridge Cir, Burnsville, MN 55337, USA
Phone: (952) 345-7550
';var m_9ddb9dd5d8aee9a76bf217a2a3c54833 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'My Bridge Now',});m_9ddb9dd5d8aee9a76bf217a2a3c54833['infowindow'] = new google.maps.InfoWindow({content: $l9ddb9dd5d8aee9a76bf217a2a3c54833});var infowindow = new google.maps.InfoWindow({content: $l9ddb9dd5d8aee9a76bf217a2a3c54833});google.maps.event.addListener(m_9ddb9dd5d8aee9a76bf217a2a3c54833, 'click', function() {infowindow.open(map,m_9ddb9dd5d8aee9a76bf217a2a3c54833);});$marker.push(m_9ddb9dd5d8aee9a76bf217a2a3c54833);}});}google.maps.event.addDomListener(window, 'load', initialize);