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.6584,-70.2576)};var g_10c272d06794d3e5785d5e7c5356e9ff = new google.maps.Geocoder();g_10c272d06794d3e5785d5e7c5356e9ff.geocode( { 'address': "400 Congress St, Portland, ME 04101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-ME-my-maine-payday').style.display = '';map = new google.maps.Map(document.getElementById('portland-ME-my-maine-payday'), mapOptions);}document.getElementById('df1b61f4').innerHTML += ' | View Map';var $l10c272d06794d3e5785d5e7c5356e9ff = '

My Maine Payday

Address: 400 Congress St, Portland, ME 04101, USA
Phone: (207) 618-8385
';var m_10c272d06794d3e5785d5e7c5356e9ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'My Maine Payday',});m_10c272d06794d3e5785d5e7c5356e9ff['infowindow'] = new google.maps.InfoWindow({content: $l10c272d06794d3e5785d5e7c5356e9ff});var infowindow = new google.maps.InfoWindow({content: $l10c272d06794d3e5785d5e7c5356e9ff});google.maps.event.addListener(m_10c272d06794d3e5785d5e7c5356e9ff, 'click', function() {infowindow.open(map,m_10c272d06794d3e5785d5e7c5356e9ff);});$marker.push(m_10c272d06794d3e5785d5e7c5356e9ff);}});}google.maps.event.addDomListener(window, 'load', initialize);