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(42.9986,-88.0413)};var g_778a67fa43387b2501819f38de20749d = new google.maps.Geocoder();g_778a67fa43387b2501819f38de20749d.geocode( { 'address': "Lincoln Center II, 2514 S 102nd St #150, West Allis, WI 53227, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-allis-WI-about-ed').style.display = '';map = new google.maps.Map(document.getElementById('west-allis-WI-about-ed'), mapOptions);}document.getElementById('13bd610c').innerHTML += ' | View Map';var $l778a67fa43387b2501819f38de20749d = '

About Ed

Address: Lincoln Center II, 2514 S 102nd St #150, West Allis, WI 53227, USA
Phone: (414) 416-0530
';var m_778a67fa43387b2501819f38de20749d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'About Ed',});m_778a67fa43387b2501819f38de20749d['infowindow'] = new google.maps.InfoWindow({content: $l778a67fa43387b2501819f38de20749d});var infowindow = new google.maps.InfoWindow({content: $l778a67fa43387b2501819f38de20749d});google.maps.event.addListener(m_778a67fa43387b2501819f38de20749d, 'click', function() {infowindow.open(map,m_778a67fa43387b2501819f38de20749d);});$marker.push(m_778a67fa43387b2501819f38de20749d);}});}google.maps.event.addDomListener(window, 'load', initialize);