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.6725,-83.2887)};var g_5839faabc1e4dbe7004416dcacb70b0c = new google.maps.Geocoder();g_5839faabc1e4dbe7004416dcacb70b0c.geocode( { 'address': "28 N Saginaw St, Pontiac, MI 48342"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pontiac-MI-chase').style.display = '';map = new google.maps.Map(document.getElementById('pontiac-MI-chase'), mapOptions);}document.getElementById('3c643d3a').innerHTML += ' | View Map';var $l5839faabc1e4dbe7004416dcacb70b0c = '

Chase

Address: 28 N Saginaw St, Pontiac, MI 48342
Phone: (248) 253-3600
';var m_5839faabc1e4dbe7004416dcacb70b0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase',});m_5839faabc1e4dbe7004416dcacb70b0c['infowindow'] = new google.maps.InfoWindow({content: $l5839faabc1e4dbe7004416dcacb70b0c});var infowindow = new google.maps.InfoWindow({content: $l5839faabc1e4dbe7004416dcacb70b0c});google.maps.event.addListener(m_5839faabc1e4dbe7004416dcacb70b0c, 'click', function() {infowindow.open(map,m_5839faabc1e4dbe7004416dcacb70b0c);});$marker.push(m_5839faabc1e4dbe7004416dcacb70b0c);}});}google.maps.event.addDomListener(window, 'load', initialize);