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_62140b76189145e40a8ed7f48b5088c5 = new google.maps.Geocoder();g_62140b76189145e40a8ed7f48b5088c5.geocode( { 'address': "1261 Baldwin Ave, Pontiac, MI 48340"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pontiac-MI-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('pontiac-MI-chase-bank'), mapOptions);}document.getElementById('ca068185').innerHTML += ' | View Map';var $l62140b76189145e40a8ed7f48b5088c5 = '

Chase Bank

Address: 1261 Baldwin Ave, Pontiac, MI 48340
Phone: (248) 857-5930
';var m_62140b76189145e40a8ed7f48b5088c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank',});m_62140b76189145e40a8ed7f48b5088c5['infowindow'] = new google.maps.InfoWindow({content: $l62140b76189145e40a8ed7f48b5088c5});var infowindow = new google.maps.InfoWindow({content: $l62140b76189145e40a8ed7f48b5088c5});google.maps.event.addListener(m_62140b76189145e40a8ed7f48b5088c5, 'click', function() {infowindow.open(map,m_62140b76189145e40a8ed7f48b5088c5);});$marker.push(m_62140b76189145e40a8ed7f48b5088c5);}});}google.maps.event.addDomListener(window, 'load', initialize);