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()};var g_6887a9cd95ce4274bf0cc427981215fc = new google.maps.Geocoder();g_6887a9cd95ce4274bf0cc427981215fc.geocode( { 'address': "970 Raymond Ave, St Paul, MN 55114"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-paul-MN-russell-edward-p').style.display = '';map = new google.maps.Map(document.getElementById('st-paul-MN-russell-edward-p'), mapOptions);}document.getElementById('32f16c39').innerHTML += ' | View Map';var $l6887a9cd95ce4274bf0cc427981215fc = '

Russell, Edward P

Address: 970 Raymond Ave, St Paul, MN 55114
Phone: (651) 387-6575
';var m_6887a9cd95ce4274bf0cc427981215fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Russell, Edward P',});m_6887a9cd95ce4274bf0cc427981215fc['infowindow'] = new google.maps.InfoWindow({content: $l6887a9cd95ce4274bf0cc427981215fc});var infowindow = new google.maps.InfoWindow({content: $l6887a9cd95ce4274bf0cc427981215fc});google.maps.event.addListener(m_6887a9cd95ce4274bf0cc427981215fc, 'click', function() {infowindow.open(map,m_6887a9cd95ce4274bf0cc427981215fc);});$marker.push(m_6887a9cd95ce4274bf0cc427981215fc);}});}google.maps.event.addDomListener(window, 'load', initialize);