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.9775,-84.1487)};var g_e57dbebc740250d2c4a370cf6ccb35f0 = new google.maps.Geocoder();g_e57dbebc740250d2c4a370cf6ccb35f0.geocode( { 'address': "3575 Koger Blvd, Duluth, GA 30096"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-bbcn-bank').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-bbcn-bank'), mapOptions);}document.getElementById('743e124a').innerHTML += ' | View Map';var $le57dbebc740250d2c4a370cf6ccb35f0 = '

BBCN Bank

Address: 3575 Koger Blvd, Duluth, GA 30096
Phone: (678) 380-0774
';var m_e57dbebc740250d2c4a370cf6ccb35f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBCN Bank',});m_e57dbebc740250d2c4a370cf6ccb35f0['infowindow'] = new google.maps.InfoWindow({content: $le57dbebc740250d2c4a370cf6ccb35f0});var infowindow = new google.maps.InfoWindow({content: $le57dbebc740250d2c4a370cf6ccb35f0});google.maps.event.addListener(m_e57dbebc740250d2c4a370cf6ccb35f0, 'click', function() {infowindow.open(map,m_e57dbebc740250d2c4a370cf6ccb35f0);});$marker.push(m_e57dbebc740250d2c4a370cf6ccb35f0);}});}google.maps.event.addDomListener(window, 'load', initialize);