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.5388,-82.1299)};var g_31b5d876b01c3b8e232af70eeac01365 = new google.maps.Geocoder();g_31b5d876b01c3b8e232af70eeac01365.geocode( { 'address': "4325 Washington Rd suite 101, Evans, GA 30809, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('evans-GA-brand-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('evans-GA-brand-mortgage'), mapOptions);}document.getElementById('34ff2f2d').innerHTML += ' | View Map';var $l31b5d876b01c3b8e232af70eeac01365 = '

Brand Mortgage

Address: 4325 Washington Rd suite 101, Evans, GA 30809, USA
Phone: (706) 667-5400
';var m_31b5d876b01c3b8e232af70eeac01365 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brand Mortgage',});m_31b5d876b01c3b8e232af70eeac01365['infowindow'] = new google.maps.InfoWindow({content: $l31b5d876b01c3b8e232af70eeac01365});var infowindow = new google.maps.InfoWindow({content: $l31b5d876b01c3b8e232af70eeac01365});google.maps.event.addListener(m_31b5d876b01c3b8e232af70eeac01365, 'click', function() {infowindow.open(map,m_31b5d876b01c3b8e232af70eeac01365);});$marker.push(m_31b5d876b01c3b8e232af70eeac01365);}});}google.maps.event.addDomListener(window, 'load', initialize);