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.6729,-83.7155)};var g_aaf5ce3d53f4138e5ffb8719765e4b12 = new google.maps.Geocoder();g_aaf5ce3d53f4138e5ffb8719765e4b12.geocode( { 'address': "7205 Central Ave, Toledo, OH 43617, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('toledo-OH-austin-associates').style.display = '';map = new google.maps.Map(document.getElementById('toledo-OH-austin-associates'), mapOptions);}document.getElementById('d2feed4c').innerHTML += ' | View Map';var $laaf5ce3d53f4138e5ffb8719765e4b12 = '

Austin Associates

Address: 7205 Central Ave, Toledo, OH 43617, USA
Phone: (419) 841-8521
';var m_aaf5ce3d53f4138e5ffb8719765e4b12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Austin Associates',});m_aaf5ce3d53f4138e5ffb8719765e4b12['infowindow'] = new google.maps.InfoWindow({content: $laaf5ce3d53f4138e5ffb8719765e4b12});var infowindow = new google.maps.InfoWindow({content: $laaf5ce3d53f4138e5ffb8719765e4b12});google.maps.event.addListener(m_aaf5ce3d53f4138e5ffb8719765e4b12, 'click', function() {infowindow.open(map,m_aaf5ce3d53f4138e5ffb8719765e4b12);});$marker.push(m_aaf5ce3d53f4138e5ffb8719765e4b12);}});}google.maps.event.addDomListener(window, 'load', initialize);