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(31.1357,-81.3919)};var g_6b5617315c9ac918215fc7514bef514b = new google.maps.Geocoder();g_6b5617315c9ac918215fc7514bef514b.geocode( { 'address': "621 Ocean Blvd, Saint Simons Island, GA 31522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-simons-island-GA-brandmortgage').style.display = '';map = new google.maps.Map(document.getElementById('saint-simons-island-GA-brandmortgage'), mapOptions);}document.getElementById('61b9405f').innerHTML += ' | View Map';var $l6b5617315c9ac918215fc7514bef514b = '

BrandMortgage

Address: 621 Ocean Blvd, Saint Simons Island, GA 31522, USA
Phone: (912) 638-3005
';var m_6b5617315c9ac918215fc7514bef514b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BrandMortgage',});m_6b5617315c9ac918215fc7514bef514b['infowindow'] = new google.maps.InfoWindow({content: $l6b5617315c9ac918215fc7514bef514b});var infowindow = new google.maps.InfoWindow({content: $l6b5617315c9ac918215fc7514bef514b});google.maps.event.addListener(m_6b5617315c9ac918215fc7514bef514b, 'click', function() {infowindow.open(map,m_6b5617315c9ac918215fc7514bef514b);});$marker.push(m_6b5617315c9ac918215fc7514bef514b);}});}google.maps.event.addDomListener(window, 'load', initialize);