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_8677065f187e98d8beacdc700e49f6ef = new google.maps.Geocoder();g_8677065f187e98d8beacdc700e49f6ef.geocode( { 'address': "615 E Michigan St, Milwaukee, WI 53202"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milwaukee-WI-brandywine-advisors-fund').style.display = '';map = new google.maps.Map(document.getElementById('milwaukee-WI-brandywine-advisors-fund'), mapOptions);}document.getElementById('367f3616').innerHTML += ' | View Map';var $l8677065f187e98d8beacdc700e49f6ef = '

Brandywine Advisors Fund

Address: 615 E Michigan St, Milwaukee, WI 53202
Phone: (414) 765-4124
';var m_8677065f187e98d8beacdc700e49f6ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brandywine Advisors Fund',});m_8677065f187e98d8beacdc700e49f6ef['infowindow'] = new google.maps.InfoWindow({content: $l8677065f187e98d8beacdc700e49f6ef});var infowindow = new google.maps.InfoWindow({content: $l8677065f187e98d8beacdc700e49f6ef});google.maps.event.addListener(m_8677065f187e98d8beacdc700e49f6ef, 'click', function() {infowindow.open(map,m_8677065f187e98d8beacdc700e49f6ef);});$marker.push(m_8677065f187e98d8beacdc700e49f6ef);}});}google.maps.event.addDomListener(window, 'load', initialize);