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(32.0314,-81.0963)};var g_a42388ce895501ca049b1a346effa81b = new google.maps.Geocoder();g_a42388ce895501ca049b1a346effa81b.geocode( { 'address': "4849 Paulsen St #102, Savannah, GA 31405, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('savannah-GA-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('savannah-GA-bank-of-america-mortgage'), mapOptions);}document.getElementById('d4906b33').innerHTML += ' | View Map';var $la42388ce895501ca049b1a346effa81b = '

Bank of America Mortgage

Address: 4849 Paulsen St #102, Savannah, GA 31405, USA
Phone: (877) 740-0239
';var m_a42388ce895501ca049b1a346effa81b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_a42388ce895501ca049b1a346effa81b['infowindow'] = new google.maps.InfoWindow({content: $la42388ce895501ca049b1a346effa81b});var infowindow = new google.maps.InfoWindow({content: $la42388ce895501ca049b1a346effa81b});google.maps.event.addListener(m_a42388ce895501ca049b1a346effa81b, 'click', function() {infowindow.open(map,m_a42388ce895501ca049b1a346effa81b);});$marker.push(m_a42388ce895501ca049b1a346effa81b);}});}google.maps.event.addDomListener(window, 'load', initialize);