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(40.0613,-85.65)};var g_1011f9e1b2e7bb43596f77406c439608 = new google.maps.Geocoder();g_1011f9e1b2e7bb43596f77406c439608.geocode( { 'address': "2115 E 53rd St, Anderson, IN 46013, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anderson-IN-ed-martin-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('anderson-IN-ed-martin-auto-credit'), mapOptions);}document.getElementById('3d41c8b0').innerHTML += ' | View Map';var $l1011f9e1b2e7bb43596f77406c439608 = '

Ed Martin Auto Credit

Address: 2115 E 53rd St, Anderson, IN 46013, USA
Phone: (765) 642-4500
';var m_1011f9e1b2e7bb43596f77406c439608 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ed Martin Auto Credit',});m_1011f9e1b2e7bb43596f77406c439608['infowindow'] = new google.maps.InfoWindow({content: $l1011f9e1b2e7bb43596f77406c439608});var infowindow = new google.maps.InfoWindow({content: $l1011f9e1b2e7bb43596f77406c439608});google.maps.event.addListener(m_1011f9e1b2e7bb43596f77406c439608, 'click', function() {infowindow.open(map,m_1011f9e1b2e7bb43596f77406c439608);});$marker.push(m_1011f9e1b2e7bb43596f77406c439608);}});}google.maps.event.addDomListener(window, 'load', initialize);