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(43.5945,-70.331)};var g_ef4d1571447cd6b38200ab3daf66c5f4 = new google.maps.Geocoder();g_ef4d1571447cd6b38200ab3daf66c5f4.geocode( { 'address': "19 Hannaford Dr, Scarborough, ME 04074, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scarborough-ME-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('scarborough-ME-onemain-financial'), mapOptions);}document.getElementById('21178713').innerHTML += ' | View Map';var $lef4d1571447cd6b38200ab3daf66c5f4 = '

OneMain Financial

Address: 19 Hannaford Dr, Scarborough, ME 04074, USA
Phone: (207) 885-1594
';var m_ef4d1571447cd6b38200ab3daf66c5f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_ef4d1571447cd6b38200ab3daf66c5f4['infowindow'] = new google.maps.InfoWindow({content: $lef4d1571447cd6b38200ab3daf66c5f4});var infowindow = new google.maps.InfoWindow({content: $lef4d1571447cd6b38200ab3daf66c5f4});google.maps.event.addListener(m_ef4d1571447cd6b38200ab3daf66c5f4, 'click', function() {infowindow.open(map,m_ef4d1571447cd6b38200ab3daf66c5f4);});$marker.push(m_ef4d1571447cd6b38200ab3daf66c5f4);}});}google.maps.event.addDomListener(window, 'load', initialize);