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.6871,-70.3124)};var g_b02b350344d0eb19a0276c0251b08b06 = new google.maps.Geocoder();g_b02b350344d0eb19a0276c0251b08b06.geocode( { 'address': "352 Warren Ave #6, Portland, ME 04103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-ME-vision-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('portland-ME-vision-mortgage'), mapOptions);}document.getElementById('df8f6fd9').innerHTML += ' | View Map';var $lb02b350344d0eb19a0276c0251b08b06 = '

Vision Mortgage

Address: 352 Warren Ave #6, Portland, ME 04103, USA
Phone: (207) 842-6854
';var m_b02b350344d0eb19a0276c0251b08b06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vision Mortgage',});m_b02b350344d0eb19a0276c0251b08b06['infowindow'] = new google.maps.InfoWindow({content: $lb02b350344d0eb19a0276c0251b08b06});var infowindow = new google.maps.InfoWindow({content: $lb02b350344d0eb19a0276c0251b08b06});google.maps.event.addListener(m_b02b350344d0eb19a0276c0251b08b06, 'click', function() {infowindow.open(map,m_b02b350344d0eb19a0276c0251b08b06);});$marker.push(m_b02b350344d0eb19a0276c0251b08b06);}});}google.maps.event.addDomListener(window, 'load', initialize);