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.1199,-85.0988)};var g_72a048e049875f73162b4e460f7ac98c = new google.maps.Geocoder();g_72a048e049875f73162b4e460f7ac98c.geocode( { 'address': "3201 Stellhorn Rd, Fort Wayne, IN 46815, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-wayne-IN-allied-payment').style.display = '';map = new google.maps.Map(document.getElementById('fort-wayne-IN-allied-payment'), mapOptions);}document.getElementById('4f3ec4ef').innerHTML += ' | View Map';var $l72a048e049875f73162b4e460f7ac98c = '

Allied Payment

Address: 3201 Stellhorn Rd, Fort Wayne, IN 46815, USA
Phone: (260) 399-7400
';var m_72a048e049875f73162b4e460f7ac98c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allied Payment',});m_72a048e049875f73162b4e460f7ac98c['infowindow'] = new google.maps.InfoWindow({content: $l72a048e049875f73162b4e460f7ac98c});var infowindow = new google.maps.InfoWindow({content: $l72a048e049875f73162b4e460f7ac98c});google.maps.event.addListener(m_72a048e049875f73162b4e460f7ac98c, 'click', function() {infowindow.open(map,m_72a048e049875f73162b4e460f7ac98c);});$marker.push(m_72a048e049875f73162b4e460f7ac98c);}});}google.maps.event.addDomListener(window, 'load', initialize);