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(44.1118,-70.2253)};var g_a701a6427b74d5366bf964596ee8f8e9 = new google.maps.Geocoder();g_a701a6427b74d5366bf964596ee8f8e9.geocode( { 'address': "250 Center St, Auburn, ME 04210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-ME-american-financials-inc').style.display = '';map = new google.maps.Map(document.getElementById('auburn-ME-american-financials-inc'), mapOptions);}document.getElementById('47bc3fed').innerHTML += ' | View Map';var $la701a6427b74d5366bf964596ee8f8e9 = '

American Financials, Inc

Address: 250 Center St, Auburn, ME 04210, USA
Phone: (888) 356-3885
';var m_a701a6427b74d5366bf964596ee8f8e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Financials, Inc',});m_a701a6427b74d5366bf964596ee8f8e9['infowindow'] = new google.maps.InfoWindow({content: $la701a6427b74d5366bf964596ee8f8e9});var infowindow = new google.maps.InfoWindow({content: $la701a6427b74d5366bf964596ee8f8e9});google.maps.event.addListener(m_a701a6427b74d5366bf964596ee8f8e9, 'click', function() {infowindow.open(map,m_a701a6427b74d5366bf964596ee8f8e9);});$marker.push(m_a701a6427b74d5366bf964596ee8f8e9);}});}google.maps.event.addDomListener(window, 'load', initialize);