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.7746,-85.1651)};var g_b02fdc8cb457407855a9be6f41822cd5 = new google.maps.Geocoder();g_b02fdc8cb457407855a9be6f41822cd5.geocode( { 'address': "2205 N Main St a, Bluffton, IN 46714, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bluffton-IN-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('bluffton-IN-advance-america'), mapOptions);}document.getElementById('c4863f13').innerHTML += ' | View Map';var $lb02fdc8cb457407855a9be6f41822cd5 = '

Advance America

Address: 2205 N Main St a, Bluffton, IN 46714, USA
Phone: (260) 824-3191
';var m_b02fdc8cb457407855a9be6f41822cd5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_b02fdc8cb457407855a9be6f41822cd5['infowindow'] = new google.maps.InfoWindow({content: $lb02fdc8cb457407855a9be6f41822cd5});var infowindow = new google.maps.InfoWindow({content: $lb02fdc8cb457407855a9be6f41822cd5});google.maps.event.addListener(m_b02fdc8cb457407855a9be6f41822cd5, 'click', function() {infowindow.open(map,m_b02fdc8cb457407855a9be6f41822cd5);});$marker.push(m_b02fdc8cb457407855a9be6f41822cd5);}});}google.maps.event.addDomListener(window, 'load', initialize);