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(38.8614,-86.5041)};var g_ce112ed205bda9ff3dbf7a21ec2b8862 = new google.maps.Geocoder();g_ce112ed205bda9ff3dbf7a21ec2b8862.geocode( { 'address': "2359 16th St, Bedford, IN 47421, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bedford-IN-judy-macy---state-farm-insurance-agent').style.display = '';map = new google.maps.Map(document.getElementById('bedford-IN-judy-macy---state-farm-insurance-agent'), mapOptions);}document.getElementById('2dac10de').innerHTML += ' | View Map';var $lce112ed205bda9ff3dbf7a21ec2b8862 = '

Judy Macy - State Farm Insurance Agent

Address: 2359 16th St, Bedford, IN 47421, USA
Phone: (812) 275-3811
';var m_ce112ed205bda9ff3dbf7a21ec2b8862 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Judy Macy - State Farm Insurance Agent',});m_ce112ed205bda9ff3dbf7a21ec2b8862['infowindow'] = new google.maps.InfoWindow({content: $lce112ed205bda9ff3dbf7a21ec2b8862});var infowindow = new google.maps.InfoWindow({content: $lce112ed205bda9ff3dbf7a21ec2b8862});google.maps.event.addListener(m_ce112ed205bda9ff3dbf7a21ec2b8862, 'click', function() {infowindow.open(map,m_ce112ed205bda9ff3dbf7a21ec2b8862);});$marker.push(m_ce112ed205bda9ff3dbf7a21ec2b8862);}});}google.maps.event.addDomListener(window, 'load', initialize);