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.8699,-84.768)};var g_f670ef5d2d6bdf8f29450a970494dd64 = new google.maps.Geocoder();g_f670ef5d2d6bdf8f29450a970494dd64.geocode( { 'address': "5749 Wendy Bagwell Pky, Hiram, GA 30141"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hiram-GA-flagstar-bank').style.display = '';map = new google.maps.Map(document.getElementById('hiram-GA-flagstar-bank'), mapOptions);}document.getElementById('0645ca72').innerHTML += ' | View Map';var $lf670ef5d2d6bdf8f29450a970494dd64 = '

Flagstar Bank

Address: 5749 Wendy Bagwell Pky, Hiram, GA 30141
Phone: (770) 439-1325
';var m_f670ef5d2d6bdf8f29450a970494dd64 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flagstar Bank',});m_f670ef5d2d6bdf8f29450a970494dd64['infowindow'] = new google.maps.InfoWindow({content: $lf670ef5d2d6bdf8f29450a970494dd64});var infowindow = new google.maps.InfoWindow({content: $lf670ef5d2d6bdf8f29450a970494dd64});google.maps.event.addListener(m_f670ef5d2d6bdf8f29450a970494dd64, 'click', function() {infowindow.open(map,m_f670ef5d2d6bdf8f29450a970494dd64);});$marker.push(m_f670ef5d2d6bdf8f29450a970494dd64);}});}google.maps.event.addDomListener(window, 'load', initialize);