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.4375,-86.7195)};var g_f8dabf246d668b02f1f499e74a3b81a7 = new google.maps.Geocoder();g_f8dabf246d668b02f1f499e74a3b81a7.geocode( { 'address': "3595 Grandview Pkwy #250, Birmingham, AL 35243, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-rescore-solutions').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-rescore-solutions'), mapOptions);}document.getElementById('450c0864').innerHTML += ' | View Map';var $lf8dabf246d668b02f1f499e74a3b81a7 = '

ReScore Solutions

Address: 3595 Grandview Pkwy #250, Birmingham, AL 35243, USA
Phone: (205) 352-3448
';var m_f8dabf246d668b02f1f499e74a3b81a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ReScore Solutions',});m_f8dabf246d668b02f1f499e74a3b81a7['infowindow'] = new google.maps.InfoWindow({content: $lf8dabf246d668b02f1f499e74a3b81a7});var infowindow = new google.maps.InfoWindow({content: $lf8dabf246d668b02f1f499e74a3b81a7});google.maps.event.addListener(m_f8dabf246d668b02f1f499e74a3b81a7, 'click', function() {infowindow.open(map,m_f8dabf246d668b02f1f499e74a3b81a7);});$marker.push(m_f8dabf246d668b02f1f499e74a3b81a7);}});}google.maps.event.addDomListener(window, 'load', initialize);