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(33.9046,-84.4849)};var g_de700227c6a164c4c581434ac2f8afc9 = new google.maps.Geocoder();g_de700227c6a164c4c581434ac2f8afc9.geocode( { 'address': "2359 Windy Hill Rd SE #215, Marietta, GA 30067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-nicholas-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-nicholas-financial-inc'), mapOptions);}document.getElementById('ffe44bf2').innerHTML += ' | View Map';var $lde700227c6a164c4c581434ac2f8afc9 = '

Nicholas Financial Inc

Address: 2359 Windy Hill Rd SE #215, Marietta, GA 30067, USA
Phone: (678) 503-0833
';var m_de700227c6a164c4c581434ac2f8afc9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nicholas Financial Inc',});m_de700227c6a164c4c581434ac2f8afc9['infowindow'] = new google.maps.InfoWindow({content: $lde700227c6a164c4c581434ac2f8afc9});var infowindow = new google.maps.InfoWindow({content: $lde700227c6a164c4c581434ac2f8afc9});google.maps.event.addListener(m_de700227c6a164c4c581434ac2f8afc9, 'click', function() {infowindow.open(map,m_de700227c6a164c4c581434ac2f8afc9);});$marker.push(m_de700227c6a164c4c581434ac2f8afc9);}});}google.maps.event.addDomListener(window, 'load', initialize);