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(41.0679,-85.1677)};var g_40e2df4371bdd2d6bebd371ce7f1963b = new google.maps.Geocoder();g_40e2df4371bdd2d6bebd371ce7f1963b.geocode( { 'address': "1838 Bluffton Rd, Fort Wayne, IN 46809"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-wayne-IN-chase').style.display = '';map = new google.maps.Map(document.getElementById('fort-wayne-IN-chase'), mapOptions);}document.getElementById('4b4f8fa0').innerHTML += ' | View Map';var $l40e2df4371bdd2d6bebd371ce7f1963b = '

Chase

Address: 1838 Bluffton Rd, Fort Wayne, IN 46809
Phone: (260) 427-8134
';var m_40e2df4371bdd2d6bebd371ce7f1963b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase',});m_40e2df4371bdd2d6bebd371ce7f1963b['infowindow'] = new google.maps.InfoWindow({content: $l40e2df4371bdd2d6bebd371ce7f1963b});var infowindow = new google.maps.InfoWindow({content: $l40e2df4371bdd2d6bebd371ce7f1963b});google.maps.event.addListener(m_40e2df4371bdd2d6bebd371ce7f1963b, 'click', function() {infowindow.open(map,m_40e2df4371bdd2d6bebd371ce7f1963b);});$marker.push(m_40e2df4371bdd2d6bebd371ce7f1963b);}});}google.maps.event.addDomListener(window, 'load', initialize);