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(37.7271,-122.232)};var g_33d9f73b57cb91606e34cfde953b16fd = new google.maps.Geocoder();g_33d9f73b57cb91606e34cfde953b16fd.geocode( { 'address': "1151 Harbor Bay Pkwy #207D, Alameda, CA 94501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alameda-CA-garrick-werdmuller').style.display = '';map = new google.maps.Map(document.getElementById('alameda-CA-garrick-werdmuller'), mapOptions);}document.getElementById('1fb93932').innerHTML += ' | View Map';var $l33d9f73b57cb91606e34cfde953b16fd = '

Garrick Werdmuller

Address: 1151 Harbor Bay Pkwy #207D, Alameda, CA 94501, USA
Phone: (510) 282-5456
';var m_33d9f73b57cb91606e34cfde953b16fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Garrick Werdmuller',});m_33d9f73b57cb91606e34cfde953b16fd['infowindow'] = new google.maps.InfoWindow({content: $l33d9f73b57cb91606e34cfde953b16fd});var infowindow = new google.maps.InfoWindow({content: $l33d9f73b57cb91606e34cfde953b16fd});google.maps.event.addListener(m_33d9f73b57cb91606e34cfde953b16fd, 'click', function() {infowindow.open(map,m_33d9f73b57cb91606e34cfde953b16fd);});$marker.push(m_33d9f73b57cb91606e34cfde953b16fd);}});}google.maps.event.addDomListener(window, 'load', initialize);