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.6785,-86.1981)};var g_a9098cc263da285977efa822853f228c = new google.maps.Geocoder();g_a9098cc263da285977efa822853f228c.geocode( { 'address': "9321 E Co Rd 600 S, Walton, IN 46994, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('walton-IN-american-mortgages-services').style.display = '';map = new google.maps.Map(document.getElementById('walton-IN-american-mortgages-services'), mapOptions);}document.getElementById('22b84edd').innerHTML += ' | View Map';var $la9098cc263da285977efa822853f228c = '

American Mortgages Services

Address: 9321 E Co Rd 600 S, Walton, IN 46994, USA
Phone: (765) 868-3307
';var m_a9098cc263da285977efa822853f228c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Mortgages Services',});m_a9098cc263da285977efa822853f228c['infowindow'] = new google.maps.InfoWindow({content: $la9098cc263da285977efa822853f228c});var infowindow = new google.maps.InfoWindow({content: $la9098cc263da285977efa822853f228c});google.maps.event.addListener(m_a9098cc263da285977efa822853f228c, 'click', function() {infowindow.open(map,m_a9098cc263da285977efa822853f228c);});$marker.push(m_a9098cc263da285977efa822853f228c);}});}google.maps.event.addDomListener(window, 'load', initialize);