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.1536,-80.7627)};var g_8d0cb398135902fbbe6fc9c7a6b86655 = new google.maps.Geocoder();g_8d0cb398135902fbbe6fc9c7a6b86655.geocode( { 'address': "7 Office Way #206, Hilton Head Island, SC 29928, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hilton-head-island-SC-the-kristoff-team-at-citizens-bank-na---citizens-one-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('hilton-head-island-SC-the-kristoff-team-at-citizens-bank-na---citizens-one-home-loans'), mapOptions);}document.getElementById('281214df').innerHTML += ' | View Map';var $l8d0cb398135902fbbe6fc9c7a6b86655 = '

The Kristoff Team at Citizens Bank, N.A. - Citizens One Home Loans

Address: 7 Office Way #206, Hilton Head Island, SC 29928, USA
Phone: (843) 290-9110
';var m_8d0cb398135902fbbe6fc9c7a6b86655 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Kristoff Team at Citizens Bank, N.A. - Citizens One Home Loans',});m_8d0cb398135902fbbe6fc9c7a6b86655['infowindow'] = new google.maps.InfoWindow({content: $l8d0cb398135902fbbe6fc9c7a6b86655});var infowindow = new google.maps.InfoWindow({content: $l8d0cb398135902fbbe6fc9c7a6b86655});google.maps.event.addListener(m_8d0cb398135902fbbe6fc9c7a6b86655, 'click', function() {infowindow.open(map,m_8d0cb398135902fbbe6fc9c7a6b86655);});$marker.push(m_8d0cb398135902fbbe6fc9c7a6b86655);}});}google.maps.event.addDomListener(window, 'load', initialize);