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.5754,-85.0804)};var g_fdd877d9c3ca4eaf91d22d2b2ba54f52 = new google.maps.Geocoder();g_fdd877d9c3ca4eaf91d22d2b2ba54f52.geocode( { 'address': "205 South St, Carrollton, GA 30117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carrollton-GA-coletaylor-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('carrollton-GA-coletaylor-mortgage'), mapOptions);}document.getElementById('4202390a').innerHTML += ' | View Map';var $lfdd877d9c3ca4eaf91d22d2b2ba54f52 = '

Coletaylor Mortgage

Address: 205 South St, Carrollton, GA 30117, USA
Phone: (770) 836-6143
';var m_fdd877d9c3ca4eaf91d22d2b2ba54f52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coletaylor Mortgage',});m_fdd877d9c3ca4eaf91d22d2b2ba54f52['infowindow'] = new google.maps.InfoWindow({content: $lfdd877d9c3ca4eaf91d22d2b2ba54f52});var infowindow = new google.maps.InfoWindow({content: $lfdd877d9c3ca4eaf91d22d2b2ba54f52});google.maps.event.addListener(m_fdd877d9c3ca4eaf91d22d2b2ba54f52, 'click', function() {infowindow.open(map,m_fdd877d9c3ca4eaf91d22d2b2ba54f52);});$marker.push(m_fdd877d9c3ca4eaf91d22d2b2ba54f52);}});}google.maps.event.addDomListener(window, 'load', initialize);