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(43.0362,-87.917)};var g_051cb3d526be4660268a1560995ad5fd = new google.maps.Geocoder();g_051cb3d526be4660268a1560995ad5fd.geocode( { 'address': "4210 N Oakland Ave, Milwaukee, WI 53211"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milwaukee-WI-virginia-e-george-law-office').style.display = '';map = new google.maps.Map(document.getElementById('milwaukee-WI-virginia-e-george-law-office'), mapOptions);}document.getElementById('026a4222').innerHTML += ' | View Map';var $l051cb3d526be4660268a1560995ad5fd = '

Virginia E George Law Office

Address: 4210 N Oakland Ave, Milwaukee, WI 53211
Phone: (414) 332-3211
';var m_051cb3d526be4660268a1560995ad5fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Virginia E George Law Office',});m_051cb3d526be4660268a1560995ad5fd['infowindow'] = new google.maps.InfoWindow({content: $l051cb3d526be4660268a1560995ad5fd});var infowindow = new google.maps.InfoWindow({content: $l051cb3d526be4660268a1560995ad5fd});google.maps.event.addListener(m_051cb3d526be4660268a1560995ad5fd, 'click', function() {infowindow.open(map,m_051cb3d526be4660268a1560995ad5fd);});$marker.push(m_051cb3d526be4660268a1560995ad5fd);}});}google.maps.event.addDomListener(window, 'load', initialize);