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.7932,-83.7456)};var g_a2949bde7a0183b344896f55085c98f8 = new google.maps.Geocoder();g_a2949bde7a0183b344896f55085c98f8.geocode( { 'address': "238 M.L.K. Jr Blvd, Monroe, GA 30655, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroe-GA-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('monroe-GA-covington-credit'), mapOptions);}document.getElementById('cbc2575a').innerHTML += ' | View Map';var $la2949bde7a0183b344896f55085c98f8 = '

Covington Credit

Address: 238 M.L.K. Jr Blvd, Monroe, GA 30655, USA
Phone: (770) 267-7573
';var m_a2949bde7a0183b344896f55085c98f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_a2949bde7a0183b344896f55085c98f8['infowindow'] = new google.maps.InfoWindow({content: $la2949bde7a0183b344896f55085c98f8});var infowindow = new google.maps.InfoWindow({content: $la2949bde7a0183b344896f55085c98f8});google.maps.event.addListener(m_a2949bde7a0183b344896f55085c98f8, 'click', function() {infowindow.open(map,m_a2949bde7a0183b344896f55085c98f8);});$marker.push(m_a2949bde7a0183b344896f55085c98f8);}});}google.maps.event.addDomListener(window, 'load', initialize);