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.7334,-93.2895)};var g_8af16a79ffaa4b864ef189a5d7449082 = new google.maps.Geocoder();g_8af16a79ffaa4b864ef189a5d7449082.geocode( { 'address': "201 W Burnsville Pkwy Suite 121, Burnsville, MN 55337-3695"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burnsville-MN-edward-jones-financial-advisor-clayton-l-knoke').style.display = '';map = new google.maps.Map(document.getElementById('burnsville-MN-edward-jones-financial-advisor-clayton-l-knoke'), mapOptions);}document.getElementById('a71b1611').innerHTML += ' | View Map';var $l8af16a79ffaa4b864ef189a5d7449082 = '

Edward Jones - Financial Advisor: Clayton L Knoke

Address: 201 W Burnsville Pkwy Suite 121, Burnsville, MN 55337-3695
Phone: (952) 890-7205
';var m_8af16a79ffaa4b864ef189a5d7449082 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Edward Jones - Financial Advisor: Clayton L Knoke',});m_8af16a79ffaa4b864ef189a5d7449082['infowindow'] = new google.maps.InfoWindow({content: $l8af16a79ffaa4b864ef189a5d7449082});var infowindow = new google.maps.InfoWindow({content: $l8af16a79ffaa4b864ef189a5d7449082});google.maps.event.addListener(m_8af16a79ffaa4b864ef189a5d7449082, 'click', function() {infowindow.open(map,m_8af16a79ffaa4b864ef189a5d7449082);});$marker.push(m_8af16a79ffaa4b864ef189a5d7449082);}});}google.maps.event.addDomListener(window, 'load', initialize);