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.7048,-85.9146)};var g_387e02e10694ac10252a1a3430cb44cc = new google.maps.Geocoder();g_387e02e10694ac10252a1a3430cb44cc.geocode( { 'address': "4000 E Bristol St, Elkhart, IN 46514, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elkhart-IN-allied-appraisal-group').style.display = '';map = new google.maps.Map(document.getElementById('elkhart-IN-allied-appraisal-group'), mapOptions);}document.getElementById('4864ae3b').innerHTML += ' | View Map';var $l387e02e10694ac10252a1a3430cb44cc = '

Allied Appraisal Group

Address: 4000 E Bristol St, Elkhart, IN 46514, USA
Phone: (574) 295-8655
';var m_387e02e10694ac10252a1a3430cb44cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allied Appraisal Group',});m_387e02e10694ac10252a1a3430cb44cc['infowindow'] = new google.maps.InfoWindow({content: $l387e02e10694ac10252a1a3430cb44cc});var infowindow = new google.maps.InfoWindow({content: $l387e02e10694ac10252a1a3430cb44cc});google.maps.event.addListener(m_387e02e10694ac10252a1a3430cb44cc, 'click', function() {infowindow.open(map,m_387e02e10694ac10252a1a3430cb44cc);});$marker.push(m_387e02e10694ac10252a1a3430cb44cc);}});}google.maps.event.addDomListener(window, 'load', initialize);