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.1185,-70.233)};var g_84ff24bff0006a50c19f73b614388650 = new google.maps.Geocoder();g_84ff24bff0006a50c19f73b614388650.geocode( { 'address': "648 Turner St, Auburn, ME 04210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-ME-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('auburn-ME-onemain-financial'), mapOptions);}document.getElementById('b79ea713').innerHTML += ' | View Map';var $l84ff24bff0006a50c19f73b614388650 = '

OneMain Financial

Address: 648 Turner St, Auburn, ME 04210, USA
Phone: (207) 782-0924
';var m_84ff24bff0006a50c19f73b614388650 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_84ff24bff0006a50c19f73b614388650['infowindow'] = new google.maps.InfoWindow({content: $l84ff24bff0006a50c19f73b614388650});var infowindow = new google.maps.InfoWindow({content: $l84ff24bff0006a50c19f73b614388650});google.maps.event.addListener(m_84ff24bff0006a50c19f73b614388650, 'click', function() {infowindow.open(map,m_84ff24bff0006a50c19f73b614388650);});$marker.push(m_84ff24bff0006a50c19f73b614388650);}});}google.maps.event.addDomListener(window, 'load', initialize);