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(35.8373,-78.6406)};var g_03a3bcae21a27617a10aa114e03432f4 = new google.maps.Geocoder();g_03a3bcae21a27617a10aa114e03432f4.geocode( { 'address': "4242 Six Forks Rd, Raleigh, NC 27609, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('raleigh-NC-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('raleigh-NC-bank-of-america-mortgage'), mapOptions);}document.getElementById('5be88945').innerHTML += ' | View Map';var $l03a3bcae21a27617a10aa114e03432f4 = '

Bank of America Mortgage

Address: 4242 Six Forks Rd, Raleigh, NC 27609, USA
Phone:
';var m_03a3bcae21a27617a10aa114e03432f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_03a3bcae21a27617a10aa114e03432f4['infowindow'] = new google.maps.InfoWindow({content: $l03a3bcae21a27617a10aa114e03432f4});var infowindow = new google.maps.InfoWindow({content: $l03a3bcae21a27617a10aa114e03432f4});google.maps.event.addListener(m_03a3bcae21a27617a10aa114e03432f4, 'click', function() {infowindow.open(map,m_03a3bcae21a27617a10aa114e03432f4);});$marker.push(m_03a3bcae21a27617a10aa114e03432f4);}});}google.maps.event.addDomListener(window, 'load', initialize);